PreviousNextTracker indexSee it online !

(2/3) 965 - JavaSideKick 3.3.0

{{{ JavaSideKick 3.3.0
Source: Source code is in SVN with the tag javasidekick-3-3-0
Announcement:
- PropertySideKick, fix for bug 1803, fails to parse properties files that do not end with a newline.
- PropertySideKick, properly handle multi-line properties, sidekick folding now works for those properties.
- JavaSideKick, support for Java 1.8 including new locations for annotations and lambda expressions.
- JavaSideKick, fixed bug 1620, refresh global class loader throws beanshell exception.
- JavaSideKick, fix for bug 1783, imports asset includes extra lines which throws off sidekick folding.

Requires Java 1.7.0
Requires jEdit 05.00.99.00
Required plugins:
Classpath 1.0.1 (classpath.ClasspathPlugin)
Common Controls 1.7.3 (CommonControlsPlugin)
EclipseIcons 1.0 (eclipseicons.EclipseIconsPlugin)
ErrorList 2.1 (errorlist.ErrorListPlugin)
SideKick 1.7 (sidekick.SideKickPlugin)
Optional plugins:
SuperAbbrevs 2.0 (SuperAbbrevsPlugin)

Short Description: SideKick to browse java, javacc, and property files.

Long Description: <html>
<p>The JavaSideKick plug-in provides a highly customizable tool for navigating
through Java source code. JavaSideKick supports all Java versions up to Java 1.8. Using Sidekick, you can see a tree view for the
hierarchy of classes, interfaces, and methods for the file in the current
buffer. In addition, attributes, extends, implements and method exception
information can be displayed.
</p>
<p>
JavaSideKick offers Java-related services to other plugins, as well as
completion, insert missing imports. </p>

<p>
In addition to java files, JavaSideKick also handles javacc files (.jj and .jjt)
and java property files.
</p>
</html>


}}}

Submitted daleanson - 2014-12-16 04:21:19.922000 Assigned elberry
Priority 5 Labels
Status pending Group None
Resolution None

Comments

2014-12-23 02:57:27.328000
daleanson

- **status**: open --> pending

2014-12-23 02:57:28.150000
daleanson

Hold off on this one for a bit, please. I'd set SideKick 1.7 as a dependency, and that isn't released yet. I have a couple of small changes for SideKick that I want to check in first.

2014-12-24 13:59:46.708000
daleanson

- **status**: pending --> open

2014-12-24 13:59:47.132000
daleanson

I've put in a release request for SideKick 1.7, so this is ready as soon as SideKick is ready.

2015-01-08 22:41:38.260000
elberry

- **status**: open --> pending
- **assigned_to**: Townsfolk

2015-01-08 22:41:39.280000
elberry

Hey Dale, getting a startup error. Plugin requires CommonControls 1.7.4, but highest available for jEdit 5.0 is 1.7.3. Downgrade CommonControls, or jEdit requirement?

Also want to confirm that the required Java is 1.7.

2015-01-28 18:32:30.306000
daleanson

- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -11,7 +11,7 @@
Requires jEdit 05.00.99.00
Required plugins:
Classpath 1.0.1 (classpath.ClasspathPlugin)
- Common Controls 1.7.4 (CommonControlsPlugin)
+ Common Controls 1.7.3 (CommonControlsPlugin)
EclipseIcons 1.0 (eclipseicons.EclipseIconsPlugin)
ErrorList 2.1 (errorlist.ErrorListPlugin)
SideKick 1.7 (sidekick.SideKickPlugin)

~~~~

2015-01-28 18:32:30.919000
daleanson

I've changed the Common Controls dependency to 1.7.3, so this should be good now.